docs: document sbx mount/umount for running sandboxes#25387
Draft
dvdksn wants to merge 3 commits into
Draft
Conversation
Add a usage section covering sbx mount and sbx umount, which expose host paths into an already-running sandbox at runtime using a docker run -v style spec (HOST[:CONTAINER_TARGET[:ro|rw]]). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The new Mounting host paths into a running sandbox section is clean, well-structured, and consistent with the existing document's terse, direct style. Code examples match the described behavior, the relative link to governance/concepts.md#filesystem-rules resolves correctly (the governance/ directory is a sibling of usage.md), and no hedge words, meta-commentary, or marketing language were found. The section fits the existing document's scope and length without inflating it.
No issues to report.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents
sbx mount/sbx umount, which expose host paths into analready-running sandbox at runtime — without stopping or recreating it — using
a
docker run -v-style spec (HOST[:CONTAINER_TARGET[:ro|rw]]).Upstream change: docker/sandboxes#3542
What's added
A new Mounting host paths into a running sandbox section in
content/manuals/ai/sandboxes/usage.mdcovering:HOST), visible under/mnt/host/HOST:CONTAINER_TARGET):ro, enforced at the kernel mount layer)sbx umount(and passing the target back to unbind)Notes
sbx mount/sbx umountCLI reference pages(
/reference/cli/sbx/mount/,.../umount/) are generated from the vendoreddata/sbx_cli/YAML, which is synced fromdocker/sandboxesat release time.They'll appear automatically once the release that ships these commands is
vendored, so this PR intentionally doesn't hand-add those files or link to
the not-yet-generated pages.
🤖 Generated with Claude Code